ol.breadcrumb li a{ display: inline-block;}
ul.nav-down li o.fa-info-circle{ font-size:1.7rem;}
ul.nav-down li o.fa-th-large{font-size:1.4rem;}
.pagination{  clear:both;}
/*下拉刷新调整*/
.scroll-refresher{ width:60%; padding-right:20%;}

.scroll-refresher .ionic-refresher-content{ width:60%; padding-left:20%;}
/*.icon.ion-checkmark-circled{ color: #0F6;}*/

.pages{ clear:both;}
.pages ul li{
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-bottom:0px;
    position: inherit;
    background: none;
}

/*上一页 下一页*/
.next_page {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
}
.next_page_last {
	width: 49%;
	float: left;
}
.next_page_next {
	width: 49%;
	float: right;
	text-align: right;
}

@media only screen and (max-width :499px) {
.page_link_next{display:none !important;}
.page_link_first{ display:none !important;}
.page_link_last{display: none !important;}
.page_link_pre{display: none !important;}
}


 .productList .loader, .newsList .loader  {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
	clear:both;
	/*padding-bottom:60px;*/

}

 .productList .loader span, .newsList .loader span{ display:block; line-height:25px; color:rbga(0,0,0,.8);	padding-top:35px;}
.productList .alert,.newsList .alert{ clear:both;}
.proInfo p{ border-bottom:#ccc dashed 1px;}
@media only screen and (min-width :300px) {
	 .productList .loader span, .newsList .loader span{ font-size:12px;}
}

@media only screen and (min-width :370px) {
	 .productList .loader span, .newsList .loader span{ font-size:14px;}
}

@media only screen and (min-width :600px) {
	 .productList .loader span, .newsList .loader span{ font-size:16px;}
}

.msgStack.alert{ line-height:40px; text-align: left;  text-indent: 4px;} 
.msgStack.alert i{ margin-right:7px; font-size: 14px; }
.msgStack.alert-warning i{ color:#f0ad4e;}
.msgStack.alert-success i{ color:#5cb85c;}
.msgStack.alert-danger i{ color:#a94442;}




/*.group_item  ul li h6{ display:none;}
.group_item  ul li .time{ padding-top:10px;} 
*/
/*angularjs 分页 开始*/
.page-list .pagination {float:left;}
.page-list .pagination span {cursor: pointer;}
.page-list .pagination .separate span{cursor: default; border-top:none;border-bottom:none;}
.page-list .pagination .separate span:hover {background: none;}
.page-list .page-total {float:left; margin: 25px 20px;}
.page-list .page-total input, .page-list .page-total select{height: 26px; border: 1px solid #ddd;}
.page-list .page-total input {width: 40px; padding-left:3px;}
.page-list .page-total select {width: 50px;}

ul.am-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
ul.am-pagination  {
    margin-bottom: 40px;
    margin-top: 10px;
}
ul.am-pagination  {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

ul.am-pagination >li {
    display: inline;
}
ul.am-pagination >li>a, ul.am-pagination >li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* ul.am-pagination >li.am-active span{ background: #F60;} */


.am-pagination>.am-active>a, .am-pagination>.am-active>span,
 .am-pagination>.am-active>a:hover, .am-pagination>.am-active>span:hover, 
 .am-pagination>.am-active>a:focus, .am-pagination>.am-active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}


/*angularjs 分页 结束*/




.animated-fast {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


